﻿2026-07-29T09:02:11.6177104Z ##[group]Run actions/checkout@v5
2026-07-29T09:02:11.6177861Z with:
2026-07-29T09:02:11.6178251Z   ref: ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T09:02:11.6178713Z   fetch-depth: 1
2026-07-29T09:02:11.6179188Z   repository: BigscreenVR/spt-bs-core
2026-07-29T09:02:11.6182208Z   token: ***
2026-07-29T09:02:11.6182566Z   ssh-strict: true
2026-07-29T09:02:11.6182933Z   ssh-user: git
2026-07-29T09:02:11.6183300Z   persist-credentials: true
2026-07-29T09:02:11.6183691Z   clean: true
2026-07-29T09:02:11.6184047Z   sparse-checkout-cone-mode: true
2026-07-29T09:02:11.6184465Z   fetch-tags: false
2026-07-29T09:02:11.6184813Z   show-progress: true
2026-07-29T09:02:11.6185171Z   lfs: false
2026-07-29T09:02:11.6185500Z   submodules: false
2026-07-29T09:02:11.6185856Z   set-safe-directory: true
2026-07-29T09:02:11.6186252Z   allow-unsafe-pr-checkout: false
2026-07-29T09:02:11.6186909Z ##[endgroup]
2026-07-29T09:02:11.7000271Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T09:02:11.7002025Z ##[group]Getting Git version info
2026-07-29T09:02:11.7002800Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T09:02:11.7003753Z [command]/usr/bin/git version
2026-07-29T09:02:11.7004153Z git version 2.43.0
2026-07-29T09:02:11.7005652Z ##[endgroup]
2026-07-29T09:02:11.7015960Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5e31c945-1c5b-4235-9bfc-3ae57f8b2ed0' before making global git config changes
2026-07-29T09:02:11.7017227Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T09:02:11.7019184Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T09:02:11.7053057Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T09:02:11.7073272Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T09:02:11.7084995Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T09:02:11.7087599Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T09:02:11.7120720Z refs/heads/main
2026-07-29T09:02:11.7128175Z [command]/usr/bin/git checkout --detach
2026-07-29T09:02:11.7419046Z HEAD is now at ffc7e9ea Merge pull request #118 from BigscreenVR/docs/access-control-grill
2026-07-29T09:02:11.7457255Z [command]/usr/bin/git branch --delete --force main
2026-07-29T09:02:11.7488754Z Deleted branch main (was ffc7e9ea).
2026-07-29T09:02:11.7493118Z ##[endgroup]
2026-07-29T09:02:11.7495581Z [command]/usr/bin/git submodule status
2026-07-29T09:02:11.7680143Z ##[group]Cleaning the repository
2026-07-29T09:02:11.7683272Z [command]/usr/bin/git clean -ffdx
2026-07-29T09:02:14.7077667Z Removing target/
2026-07-29T09:02:14.7089501Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T09:02:14.7218035Z HEAD is now at ffc7e9ea Merge pull request #118 from BigscreenVR/docs/access-control-grill
2026-07-29T09:02:14.7222834Z ##[endgroup]
2026-07-29T09:02:14.7224300Z ##[group]Disabling automatic garbage collection
2026-07-29T09:02:14.7228353Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T09:02:14.7255394Z ##[endgroup]
2026-07-29T09:02:14.7255919Z ##[group]Setting up auth
2026-07-29T09:02:14.7260189Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T09:02:14.7286012Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T09:02:14.7475727Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T09:02:14.7502603Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T09:02:14.7692189Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T09:02:14.7717303Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T09:02:14.7907934Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T09:02:14.7937667Z ##[endgroup]
2026-07-29T09:02:14.7938199Z ##[group]Fetching the repository
2026-07-29T09:02:14.7945555Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T09:02:15.3595219Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T09:02:15.3596086Z  * branch              ffc7e9ea4427ff56f02edd6816b814cea5874dfe -> FETCH_HEAD
2026-07-29T09:02:15.3615710Z ##[endgroup]
2026-07-29T09:02:15.3616349Z ##[group]Determining the checkout info
2026-07-29T09:02:15.3618068Z ##[endgroup]
2026-07-29T09:02:15.3622378Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T09:02:15.3664445Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T09:02:15.3688358Z ##[group]Checking out the ref
2026-07-29T09:02:15.3691196Z [command]/usr/bin/git checkout --progress --force ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T09:02:15.3735420Z HEAD is now at ffc7e9ea Merge pull request #118 from BigscreenVR/docs/access-control-grill
2026-07-29T09:02:15.3739574Z ##[endgroup]
2026-07-29T09:02:15.3770498Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T09:02:15.3790797Z ffc7e9ea4427ff56f02edd6816b814cea5874dfe
